DX11 LOAD DOMAIN SHADER

Loads and compiles a domain shader.

  Syntax
Return Dword = DX11 LOAD DOMAIN SHADER(fileName, functionName)
  Parameters
fileName
String
The name of the file to load the shader from.
functionName
String
The name of the domain shader function to compile from the shader file.

  Returns

The loaded domain shader.

  See also

DOMAINSHADER Functions Menu
DX11 Function Categories